6 typedef unsigned long long ull
;
10 priority_queue
<ull
, vector
<ull
>, greater
<ull
> > q
;
25 if (top
% 2 != 0 && top
% 3 != 0){
28 // if (top % 2 != 0 && top % 3 != 0 && top % 5 != 0){
31 //cout << q.size() << endl;
33 //while (cin >> n && n > 0) cout << h[n] << endl;
34 cout
<< "The 1500'th ugly number is " << h
[1500] << ".\n";